FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package demis.fhir.profiles#1.19.0 (125 ms)

Package demis.fhir.profiles
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=demis.fhir.profiles@1.19.0&canonical=https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryRetired
Url https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryRetired
Version 1.1.0
Status retired
Date 2021-07-05
Name NotificationLaboratoryRetired
Title Erregernachweismeldung
Experimental False
Description Die Erregernachweismeldung definiert die Meldeinhalte, die von Laboren übermittelt werden müssen. Krankheitsspezifische Inhalte werden dabei in abgeleiteten Profilen festgelegt.
Type Composition
Kind resource

Resources that use this resource

StructureDefinition
https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratorySARSCoV2 SARS-CoV-2-Erregernachweismeldung

Resources that this resource uses

StructureDefinition
https://demis.rki.de/fhir/StructureDefinition/Notification Meldung
https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport Laborbericht
https://demis.rki.de/fhir/StructureDefinition/PathogenDetection Erregernachweis
https://demis.rki.de/fhir/StructureDefinition/Diagnose Diagnose
https://demis.rki.de/fhir/StructureDefinition/Outbreak Erkrankungshäufung


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "NotificationLaboratoryRetired",
  "url" : "https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryRetired",
  "version" : "1.1.0",
  "name" : "NotificationLaboratoryRetired",
  "title" : "Erregernachweismeldung",
  "status" : "retired",
  "date" : "2021-07-05",
  "description" : "Die Erregernachweismeldung definiert die Meldeinhalte, die von Laboren übermittelt werden müssen. Krankheitsspezifische Inhalte werden dabei in abgeleiteten Profilen festgelegt.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "cda",
      "uri" : "http://hl7.org/v3/cda",
      "name" : "CDA (R2)"
    },
    {
      "identity" : "fhirdocumentreference",
      "uri" : "http://hl7.org/fhir/documentreference",
      "name" : "FHIR DocumentReference"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : true,
  "type" : "Composition",
  "baseDefinition" : "https://demis.rki.de/fhir/StructureDefinition/Notification",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Composition",
        "path" : "Composition",
        "constraint" : [
          {
            "key" : "laboratoryReportORpathogendetectionWITHdiagnosis",
            "severity" : "error",
            "human" : "Sie können entweder einen beliebigen Laborbericht oder - aus Gründen der Rückwärtskompatibilität - einen SARS-CoV-2 Erregernachweis mit einer Diagnose angeben.",
            "expression" : "(section.code.coding.where(code='29308-4').count()=1 and section.code.coding.where(code='18725-2').count()=1 and section.code.coding.where(code='11502-2').count()=0) or (section.code.coding.where(code='18725-2').count()=0 and section.code.coding.where(code='29308-4').count()=0 and section.code.coding.where(code='77980-1').count()=0 and section.code.coding.where(code='11502-2').count()=1)",
            "source" : "https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratory"
          }
        ]
      },
      {
        "id" : "Composition.category",
        "path" : "Composition.category",
        "short" : "Art der Meldung",
        "definition" : "Art der Meldung. Für die Erregernachweismeldung ist category mit dem LOINC-Code \"Laboratory report\" im coding zu belegen.",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Composition.category.coding",
        "path" : "Composition.category.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Composition.category.coding.system",
        "path" : "Composition.category.coding.system",
        "min" : 1,
        "fixedUri" : "http://loinc.org"
      },
      {
        "id" : "Composition.category.coding.code",
        "path" : "Composition.category.coding.code",
        "min" : 1,
        "fixedCode" : "11502-2"
      },
      {
        "id" : "Composition.category.coding.display",
        "path" : "Composition.category.coding.display",
        "min" : 1,
        "fixedString" : "Laboratory report"
      },
      {
        "id" : "Composition.subject",
        "path" : "Composition.subject",
        "min" : 1
      },
      {
        "id" : "Composition.author",
        "path" : "Composition.author",
        "definition" : "Verweis auf die Melder-Rolle. Ãœber die Melder-Rolle kann eine Person oder eine Organisation als Melder - hier das Labor - referenziert werden."
      },
      {
        "id" : "Composition.section",
        "path" : "Composition.section",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "code.coding.code"
            }
          ],
          "rules" : "closed"
        }
      },
      {
        "id" : "Composition.section:laboratoryReport",
        "path" : "Composition.section",
        "sliceName" : "laboratoryReport",
        "short" : "Enthält einen Verweis auf einen erregerspezifischen Laborbericht",
        "definition" : "Entsprechend des Meldetatbestandes wird an dieser Stelle ein erregerspezifischer Laborbericht z.B. SARS-CoV-2-Laborbericht referenziert.",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:laboratoryReport.code",
        "path" : "Composition.section.code",
        "min" : 1
      },
      {
        "id" : "Composition.section:laboratoryReport.code.coding",
        "path" : "Composition.section.code.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Composition.section:laboratoryReport.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "min" : 1,
        "fixedUri" : "http://loinc.org"
      },
      {
        "id" : "Composition.section:laboratoryReport.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "11502-2"
      },
      {
        "id" : "Composition.section:laboratoryReport.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "min" : 1,
        "fixedString" : "Laboratory report"
      },
      {
        "id" : "Composition.section:laboratoryReport.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:laboratoryReport.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      },
      {
        "id" : "Composition.section:diagnosis",
        "path" : "Composition.section",
        "sliceName" : "diagnosis",
        "short" : "Enthält einen Verweis auf die Diagnose",
        "definition" : "Enthält einen Verweis auf die Diagnose",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:diagnosis.code",
        "path" : "Composition.section.code",
        "min" : 1
      },
      {
        "id" : "Composition.section:diagnosis.code.coding",
        "path" : "Composition.section.code.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Composition.section:diagnosis.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "min" : 1,
        "fixedUri" : "http://loinc.org"
      },
      {
        "id" : "Composition.section:diagnosis.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "29308-4"
      },
      {
        "id" : "Composition.section:diagnosis.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "min" : 1,
        "fixedString" : "Diagnosis"
      },
      {
        "id" : "Composition.section:diagnosis.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://demis.rki.de/fhir/StructureDefinition/Diagnose"
            ],
            "aggregation" : [
              "bundled"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:diagnosis.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      },
      {
        "id" : "Composition.section:pathogenDetection",
        "path" : "Composition.section",
        "sliceName" : "pathogenDetection",
        "short" : "Enthält einen Verweis auf den Erregernachweis",
        "definition" : "Enthält einen Verweis auf den Erregernachweis",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:pathogenDetection.code",
        "path" : "Composition.section.code",
        "min" : 1
      },
      {
        "id" : "Composition.section:pathogenDetection.code.coding",
        "path" : "Composition.section.code.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Composition.section:pathogenDetection.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "min" : 1,
        "fixedUri" : "http://loinc.org"
      },
      {
        "id" : "Composition.section:pathogenDetection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "18725-2"
      },
      {
        "id" : "Composition.section:pathogenDetection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "min" : 1,
        "fixedString" : "Microbiology studies (set)"
      },
      {
        "id" : "Composition.section:pathogenDetection.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://demis.rki.de/fhir/StructureDefinition/PathogenDetection"
            ],
            "aggregation" : [
              "bundled"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:pathogenDetection.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      },
      {
        "id" : "Composition.section:outbreak",
        "path" : "Composition.section",
        "sliceName" : "outbreak",
        "max" : "1"
      },
      {
        "id" : "Composition.section:outbreak.code",
        "path" : "Composition.section.code",
        "min" : 1
      },
      {
        "id" : "Composition.section:outbreak.code.coding",
        "path" : "Composition.section.code.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Composition.section:outbreak.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "min" : 1,
        "fixedUri" : "http://loinc.org"
      },
      {
        "id" : "Composition.section:outbreak.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "77980-1"
      },
      {
        "id" : "Composition.section:outbreak.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "min" : 1,
        "fixedString" : "Case is associated with a known outbreak"
      },
      {
        "id" : "Composition.section:outbreak.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://demis.rki.de/fhir/StructureDefinition/Outbreak"
            ],
            "aggregation" : [
              "bundled"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:outbreak.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.